object fRegistration: TfRegistration Left = 357 Top = 234 BorderStyle = bsDialog Caption = 'fRegistration' ClientHeight = 284 ClientWidth = 466 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object bvlTop: TBevel Left = 0 Top = 114 Width = 464 Height = 6 Shape = bsTopLine end object shpTop: TShape Left = 0 Top = 0 Width = 466 Height = 114 Align = alTop Pen.Style = psClear end object imgLogo: TImage Left = 47 Top = 41 Width = 287 Height = 66 AutoSize = True Transparent = True end object imgBradsoft: TImage Left = 47 Top = 10 Width = 171 Height = 27 Cursor = crHandPoint AutoSize = True Transparent = True end object lblRegName: TLabel Left = 36 Top = 129 Width = 62 Height = 13 Caption = 'Licensed To:' Transparent = True end object lblRegKey: TLabel Left = 36 Top = 177 Width = 161 Height = 13 Caption = 'Registration Key or Serial Number:' Transparent = True end object bvlBottom: TBevel Left = 0 Top = 234 Width = 466 Height = 50 Align = alBottom Shape = bsTopLine end object txtRegName: TEdit Left = 36 Top = 145 Width = 393 Height = 22 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] ParentFont = False TabOrder = 0 OnChange = txtRegChange end object txtRegKey: TEdit Left = 36 Top = 193 Width = 393 Height = 22 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] ParentFont = False TabOrder = 1 OnChange = txtRegChange end object btnOK: TButton Left = 272 Top = 249 Width = 75 Height = 25 Caption = '&Activate' Default = True Enabled = False TabOrder = 2 OnClick = btnOKClick end object btnCancel: TButton Left = 352 Top = 249 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end